cURL
curl --request GET \ --url https://agent-prod.studio.lyzr.ai/v3/tools/ \ --header 'x-api-key: <api-key>'
{ "tools": [ { "id": "tool123", "name": "Sample Tool", "description": "This is a sample tool description.", "type": "openapi" } ] }
Retrieves all tools associated with a user.
/v3/tools/
x-api-key
curl -X GET "https://agent-prod.studio.lyzr.ai/v3/tools/" ^ -H "accept: application/json" ^ -H "x-api-key: sk-default-REDACTED"
List of tools retrieved successfully
The response is of type object.
object